home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 February
/
Chip_2004-02_cd1.bin
/
software
/
total
/
setup.exe
/
{app}
/
Tun.exe
/
0
/
RCDATA
/
TDLGTUNOPTIONS
/
TDLGTUNOPTIONS.txt
Wrap
Text File
|
2003-08-06
|
20KB
|
713 lines
object dlgTunOptions: TdlgTunOptions
Left = 346
Top = 147
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 437
ClientWidth = 428
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poOwnerFormCenter
OnHelp = FormHelp
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object btnOk: TBitBtn
Left = 265
Top = 407
Width = 75
Height = 25
HelpContext = 62
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = btnOkClick
end
object btnCancel: TBitBtn
Left = 347
Top = 407
Width = 75
Height = 25
HelpContext = 63
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
end
object pcOptions: TPageControl
Left = 6
Top = 6
Width = 416
Height = 395
ActivePage = tabGeneral
TabOrder = 2
object tabGeneral: TTabSheet
Caption = 'General'
ImageIndex = 2
object lblTreeFont: TLabel
Left = 8
Top = 24
Width = 90
Height = 13
Caption = 'Changes Tree font'
end
object lblSize: TLabel
Left = 208
Top = 24
Width = 19
Height = 13
Caption = 'Size'
end
object lblViewer: TLabel
Left = 8
Top = 120
Width = 32
Height = 13
Caption = 'Viewer'
end
object seFontSize: TSpinEdit
Left = 208
Top = 39
Width = 45
Height = 22
HelpContext = 65
MaxLength = 2
MaxValue = 16
MinValue = 8
TabOrder = 1
Value = 8
end
object edViewer: TEdit
Left = 8
Top = 136
Width = 245
Height = 21
HelpContext = 66
TabOrder = 3
Text = 'notepad.exe'
end
object gbTranslation: TGroupBox
Left = 8
Top = 220
Width = 392
Height = 137
Caption = 'Translation'
TabOrder = 4
object lblLanguage: TLabel
Left = 12
Top = 20
Width = 47
Height = 13
Caption = 'Language'
end
object lblTranslatedBy1: TLabel
Left = 12
Top = 76
Width = 370
Height = 13
AutoSize = False
Caption = 'Translated by Gavrila Martau'
end
object lblTranslatedBy2: TLabel
Left = 12
Top = 116
Width = 370
Height = 13
AutoSize = False
Caption = 'Home page: www.geocities.com/ggmartau'
end
object lblTranslatedBy3: TLabel
Left = 12
Top = 96
Width = 370
Height = 13
AutoSize = False
Caption = 'Email: gmartau@yahoo.com'
end
object cmbLanguages: TComboBox
Left = 12
Top = 37
Width = 273
Height = 28
HelpContext = 67
Style = csOwnerDrawFixed
ItemHeight = 22
Sorted = True
TabOrder = 0
OnChange = cmbLanguagesChange
OnDrawItem = cmbLanguagesDrawItem
end
end
object cmbTreeFont: TComboBox
Left = 8
Top = 40
Width = 193
Height = 21
HelpContext = 64
Style = csDropDownList
ItemHeight = 13
Sorted = True
TabOrder = 0
end
object cbShowBckgrd: TCheckBoxExt
Left = 8
Top = 84
Width = 381
Height = 15
HelpContext = 86
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Background image'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 2
TabStop = True
WordWrap = False
end
end
object tabScanner: TTabSheet
Caption = 'Scanner'
object lblExclFolders: TLabel
Left = 4
Top = 6
Width = 143
Height = 13
Caption = 'Exclude folders from scanning'
end
object lblIgnoredFiles: TLabel
Left = 4
Top = 126
Width = 122
Height = 13
Caption = 'Ignore changes from files'
end
object lblIgnoreRegKey: TLabel
Left = 4
Top = 246
Width = 165
Height = 13
Caption = 'Ignore changes from registry keys'
end
object btnAddExclFolder: TBitBtn
Left = 340
Top = 20
Width = 64
Height = 22
HelpContext = 69
Caption = 'Add'
TabOrder = 1
OnClick = btnAddExclFolderClick
end
object btnRemExclFolder: TBitBtn
Left = 340
Top = 46
Width = 64
Height = 22
HelpContext = 70
Caption = 'Remove'
Enabled = False
TabOrder = 2
OnClick = btnRemExclFolderClick
end
object lvExFolders: TListView
Left = 4
Top = 20
Width = 334
Height = 100
HelpContext = 68
Columns = <
item
Width = 310
end>
HideSelection = False
ReadOnly = True
RowSelect = True
ShowColumnHeaders = False
SortType = stText
TabOrder = 0
ViewStyle = vsReport
OnSelectItem = lvExFoldersSelectItem
end
object btnAddIgnFile: TBitBtn
Left = 340
Top = 140
Width = 64
Height = 22
HelpContext = 72
Caption = 'Add'
TabOrder = 4
OnClick = btnAddIgnFileClick
end
object btnRemIgnFile: TBitBtn
Left = 340
Top = 166
Width = 64
Height = 22
HelpContext = 73
Caption = 'Remove'
Enabled = False
TabOrder = 5
OnClick = btnRemIgnFileClick
end
object btnAddIgnKey: TBitBtn
Left = 340
Top = 259
Width = 64
Height = 22
HelpContext = 75
Caption = 'Add'
TabOrder = 7
OnClick = btnAddIgnKeyClick
end
object btnRemIgnKey: TBitBtn
Left = 340
Top = 285
Width = 64
Height = 22
HelpContext = 76
Caption = 'Remove'
Enabled = False
TabOrder = 8
OnClick = btnRemIgnKeyClick
end
object lvIgnFiles: TListView
Left = 4
Top = 140
Width = 334
Height = 100
HelpContext = 71
Columns = <
item
Width = 310
end>
HideSelection = False
ReadOnly = True
RowSelect = True
ShowColumnHeaders = False
SortType = stText
TabOrder = 3
ViewStyle = vsReport
OnSelectItem = lvIgnFilesSelectItem
end
object lvIgnKeys: TListView
Left = 4
Top = 260
Width = 334
Height = 100
HelpContext = 74
Columns = <
item
Width = 310
end>
HideSelection = False
ReadOnly = True
RowSelect = True
ShowColumnHeaders = False
SortType = stText
TabOrder = 6
ViewStyle = vsReport
OnSelectItem = lvIgnKeysSelectItem
end
end
object tabUninstaller: TTabSheet
Caption = 'Uninstaller'
ImageIndex = 1
object gbRegistry: TGroupBox
Left = 6
Top = 3
Width = 395
Height = 110
Caption = 'Registry'
TabOrder = 0
object cbStergValori: TCheckBoxExt
Left = 12
Top = 24
Width = 173
Height = 15
HelpContext = 77
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Delete created values'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 0
TabStop = True
WordWrap = False
end
object cbStergChei: TCheckBoxExt
Left = 185
Top = 24
Width = 204
Height = 15
HelpContext = 80
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Delete created keys'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 3
TabStop = True
WordWrap = False
end
object cbRefacValori: TCheckBoxExt
Left = 12
Top = 80
Width = 173
Height = 15
HelpContext = 79
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Restore changed values'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 2
TabStop = True
WordWrap = False
end
object cbCreezValori: TCheckBoxExt
Left = 12
Top = 52
Width = 173
Height = 15
HelpContext = 78
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Create deleted values'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 1
TabStop = True
WordWrap = False
end
object cbCreezChei: TCheckBoxExt
Left = 185
Top = 52
Width = 204
Height = 15
HelpContext = 81
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Create deleted keys'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 4
TabStop = True
WordWrap = False
end
object cbDecrementez: TCheckBoxExt
Left = 185
Top = 80
Width = 204
Height = 15
HelpContext = 82
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Decrease shared dll'#39's counter'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 5
TabStop = True
WordWrap = True
end
end
object gbFileSystem: TGroupBox
Left = 6
Top = 121
Width = 395
Height = 110
Caption = 'File System'
TabOrder = 1
object cbStergDirectoare: TCheckBoxExt
Left = 12
Top = 80
Width = 369
Height = 17
HelpContext = 85
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Delete created folders'
Checked = True
CheckSize = 13
GroupIndex = 0
Color = clBtnFace
ParentColor = False
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 2
TabStop = True
WordWrap = False
end
object cbStergFisiere: TCheckBoxExt
Left = 12
Top = 20
Width = 377
Height = 15
HelpContext = 83
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Delete created files (shared dll'#39's only if counter reach 0)'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 0
TabStop = True
WordWrap = True
OnClick = cbStergFisiereClick
end
object cbUseRecycled: TCheckBoxExt
Left = 24
Top = 48
Width = 357
Height = 17
HelpContext = 84
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Use Recycle Bin'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 1
TabStop = True
WordWrap = False
end
end
object gbLog: TGroupBox
Left = 8
Top = 240
Width = 393
Height = 121
Caption = 'Log'
TabOrder = 2
object cbAutoDelTun: TCheckBoxExt
Left = 12
Top = 53
Width = 377
Height = 15
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption =
'Automatically delete the monitored changes file if successful un' +
'install'
Checked = False
CheckSize = 13
GroupIndex = 0
Color = clBtnFace
ParentColor = False
Spacing = 4
State = cbUnchecked
Style = csCheckBox
Transparent = False
TabOrder = 3
TabStop = True
WordWrap = True
end
object btnViewLog: TBitBtn
Left = 72
Top = 88
Width = 120
Height = 25
Caption = 'View log'
TabOrder = 4
OnClick = btnViewLogClick
Glyph.Data = {
36050000424D3605000000000000360400002800000010000000100000000100
08000000000000010000C40E0000C40E00000001000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
A600F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00
FF00FFFF0000FFFFFF0000000000FFFFFF00FFF80000FFF00000FFE00000FFC0
0000FFC00000C000000080000000000000000000000000000000800000008000
0000C0000000C0000000E0000000E0000000F0000000F0000000F8000000F800
0000FC000000FC000000FE000000FE000000FF000000FF000000FF800000FF80
0000FFC00000FFE49200FFFFFF0078C446002870BE00A41A0000FFC00000FF80
0000FF800000FF000000FF000000FE000000FE000000FC000000FC000000F800
0000F8000000F0000000F0000000E0000000E0000000C0000000C00000008000
00008000000000000000000000000000000080000000C0000000FFC00000FFC0
0000FFE00000FFF00000FFF80000FFFFFF000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000EF00EF3D0000EF3DEF000000EF00EF3D0000EF3DEF000000
EF00EF3D0000EF3DEF0000000000000000000000000000000000000000000000
000000000000EF01FF00EF01EF00FF7FEF00EF01FF00EF01EF00FF7FEF00EF01
FF00EF01EF00FF7FEF00EF3DEF00000000000000000000000000000000000000
00000000EF00FF03F700F75EF700F75EF700F75EF700F75EF700F75EF700F75E
F700F75EF700EF01F700EF010000000000000000000000000000000000000000
00000000EF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7F
FF00FF7FFF00FF7FF7000000F700EF3D00000000000000000000000000000000
0000EF01F700FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7F
FF00FF7FFF00F75EEF000000F700EF3D00000000000000000000000000000000
0000EF01F700FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7F
FF00F75EFF00F75E0000F75EF700EF3D00000000000000000000000000000000
EF00F75EFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FF700FF7F
FF00FF7FF700EF010000F75EF700EF3D00000000000000000000000000000000
EF00F75EFF00FF7F000000000000000000000000000000000000FF7FFF00F75E
F700F75EF7000000F700F75EF700EF3D0000000000000000000000000000EF01
F700FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00FF7FFF00F75EF700FF7F
FF00F75EEF000000F700F75EF700EF3D0000000000000000000000000000EF01
F700FF7FFF00000000000000000000000000000000000000F700111111111100
0000000000000000111111111111000C0B0B0B0B0B0B0B0C0011111111110C08
08080808131313070011111111110C0B0B0B0B0B0B0707070011111111110C0B
0B0B0B0B0B070707001100000000000C0C0C0C0C070813080011063535353535
353535000B0B07070011003333333333333333350C0B07070011003533333333
3333333300070808001111003333333333333333350C0B070011110035333333
3333333333000B0700111111003335060606060C33350C070011111100353306
06060606333300070011111111003333333333333333350C0011111111000606
0C06060C06060C00001111111111000000000000000000111111}
end
object btnClearLog: TBitBtn
Left = 201
Top = 88
Width = 120
Height = 25
Caption = 'Clear log'
TabOrder = 5
OnClick = btnClearLogClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
DDDDDDDDDDDDDDDDDDDDDD0DDDDDDDDDD0DDD090DDDDDDDDDDDDD0990DDDDDDD
0DDDDD090DDDDDD9DDDDDDD090DDDD90DDDDDDDD090DD90DDDDDDDDDD09090DD
DDDDDDDDDD091DDDDDDDDDDDD09001DDDDDDDDDD090DD01DDDDDDD0990DDDD01
DDDDD0990DDDDDD00DDDD303DDDDDDDDD0DDDDDDDDDDDDDDDDDD}
end
object cbErrors: TCheckBoxExt
Left = 12
Top = 24
Width = 117
Height = 15
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Errors'
Checked = True
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbChecked
Style = csCheckBox
Transparent = False
TabOrder = 0
TabStop = True
WordWrap = False
end
object cbWarnings: TCheckBoxExt
Left = 132
Top = 24
Width = 117
Height = 15
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Warnings'
Checked = False
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbUnchecked
Style = csCheckBox
Transparent = False
TabOrder = 1
TabStop = True
WordWrap = False
end
object cbOk: TCheckBoxExt
Left = 252
Top = 24
Width = 137
Height = 15
Alignment = taLeftJustify
AllowGrayed = False
AutoSize = False
Caption = 'Successful actions'
Checked = False
CheckSize = 13
GroupIndex = 0
Spacing = 4
State = cbUnchecked
Style = csCheckBox
Transparent = False
TabOrder = 2
TabStop = True
WordWrap = True
end
end
end
end
object dlgOpen: TOpenDialog
Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofNoNetworkButton, ofEnableSizing]
Left = 234
Top = 226
end
object dlgBrowse: TdfsBrowseDirectoryDlg
Root = idDrives
Options = [bfDirectoriesOnly]
ShowSelectionInStatus = True
Left = 306
Top = 110
end
end